home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / screenplay / shareware / tgm / install tgm < prev    next >
Text File  |  1996-09-21  |  517b  |  32 lines

  1.  
  2. echo "Copying Librarys and Fonts and Stuff"
  3. wait 2
  4. if exists sys:libs/CanDoGfx.library
  5. echo "CanDoGfx Library already there!"
  6. wait 3
  7. else
  8. copy CanDoGfx.library to sys:libs/
  9. endif
  10. if exists sys:c/togglewb
  11. echo "ToggleWB is already there!"
  12. wait 3
  13. else
  14. copy togglewb to sys:c/
  15. endif
  16. if exists sys:fonts/orient
  17. echo "Orient already there!"
  18. wait 3
  19. else
  20. copy orient to sys:fonts/
  21. endif
  22. if exists sys:fonts/orient.font
  23. ECHO "Orient.font already there!"
  24. wait 3
  25. else
  26. copy orient.font to sys:fonts/
  27. endif
  28. ECHO "Fini"
  29. wait 3
  30.  
  31.  
  32.